@charset "utf-8";
* {
	font-family: "微软雅黑", "宋体", "黑体";
	margin: 0px;
	padding: 0px;
	border: none;
    color: #333;
	font-size: 1em;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
}
/*body {background-color: #fafafa;}*/
.cl {clear: both;}

/* ---- header ---- */
header {width: 100%;height: auto;position: relative;}

.top {width: 100%;height: 2em;margin: 0 auto;background-color: #16a4ad;}
.welcome {float: left;font-size: 0.875em;line-height: 2em;color: white;}
.return {float: right;font-size: 0.875em;line-height: 2em;color: white;;}
.return a {margin: 0 0.5em;color: white;}
.top-body {width: 75em;margin: 0 auto;}

.head {width: 100%;margin: 0 auto;}
.head-body {width: 75em;margin: 0 auto;}
.head-body img {display:block;width: 100%;}

.nav {width: 100%;z-index: 101;}
.nav-body {width: 75em;margin: 0 auto;height: 100%;}
.nav-logo {float: left;}
.nav-logo .img-box img {display: block;}

.nav-body ul.nav-parent {width: calc(100% - 26.25em);float: left;padding: 0 0.5em;height: 100%;}
.nav-body ul.nav-parent li {float: left;width: 12.5%;line-height: calc(5.625em - 3px);margin-bottom: 3px;text-align: center;position: relative;}
.nav-body ul.nav-parent li:hover {border-bottom: 3px solid #16a4ad;margin-bottom: 0;background: url(../images/icon/icon_licur.png) bottom center no-repeat;}
.nav-body ul.nav-parent li:hover a {color: #16a4ad;}
.nav-body ul.nav-parent li.cur {border-bottom: 3px solid #16a4ad;margin-bottom: 0;background: url(../images/icon/icon_licur.png) bottom center no-repeat;}
.nav-body ul.nav-parent li.cur a {color: #16a4ad;}
.nav-body ul.nav-parent li a {display: block;color: black;}

.nav-body ul.nav-parent li ul.nav-child {position: absolute;width: 100%;z-index: 111;background: #16a4ad;margin-top: 3px;}
.nav-body ul.nav-parent li ul.nav-child li {float: none;width: 100%;line-height: 2.5em;margin: 0;display: none;border: none;}
.nav-body ul.nav-parent li ul.nav-child li a {color: black;}
.nav-body ul.nav-parent li ul.nav-child li:hover {background: url();}
.nav-body ul.nav-parent li ul.nav-child li:hover a {color: white;}

/* ---- banner ---- */
.fullSlide{width:100%;position:relative;height:640px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:640px;overflow:hidden;text-align:center;background: center 0 no-repeat;}
.fullSlide .bd li a{display:block;height:640px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}

/* ---- footer ---- */
footer {background: #16a4ad;}
.foot {width: 75em;margin: 0 auto;padding: 1.25em 0 2.5em;}
.foot-nav {line-height: 2.5em;text-align: center;}
.foot-nav a {display: inline-block;padding: 0 1.25em;color: white;margin: 1.25em 0;}
.foot-QRcode {float: left;width: 20%;}
.foot-QRcode .img-box {width: 140px;margin: 0 auto;height: 140px;overflow: hidden;}
.foot-QRcode .img-box img {display: block;margin: 0 auto;max-width: 100%;}
.foot-QRcode p {text-align: center;color: white;line-height: 1.75em;}
.foot-info {width: 80%;float: left;}
.foot-info span {display: inline-block;width: 50%;float: left;padding: 1.25em 0 1.25em 4em;}
.foot-info p {line-height: 2em;color: white;}
.foot-info a {color: white;}
/* ---- 版权 ---- */
.copyright {width: 100%;margin: 0 auto;background-color: #078323;}
.copyright-body {width: 75em;margin: 0 auto;}
.copyright-body p {text-align: center;font-size: 0.875em;line-height: 3.64em;color: white;border-top: 1px solid #0e9a2e;margin: 0 3em;}
.copyright-body span {color: white;margin: 0 1em;}
.copyright-body a {color: white;}

@media screen and (max-width: 1200px) {
	.product_bl,.product_br {display: none !important;}
	header,
	.fullSlide,
	.about,
	.advantage,
	.tour,
	.product,
	.news,
	.contact,
	footer {width:75em;}
	#focus-banner-list {width:75em;}
}